home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G30F / G30_YOKO.Dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  2.5 KB  |  121 lines

  1. on startMovie
  2.   set mycursor to [1, 2]
  3.   set the cursor of sprite 11 to mycursor
  4.   set the cursor of sprite 12 to mycursor
  5.   set the cursor of sprite 13 to mycursor
  6.   set the cursor of sprite 14 to mycursor
  7.   set the cursor of sprite 15 to mycursor
  8.   set the cursor of sprite 16 to mycursor
  9.   set the cursor of sprite 17 to mycursor
  10.   set the cursor of sprite 18 to mycursor
  11.   set the cursor of sprite 19 to mycursor
  12.   set volset to the soundLevel
  13.   if the soundEnabled = 0 then
  14.     set the soundEnabled to 1
  15.   end if
  16. end
  17.  
  18. on doexit
  19.   sound stop 1
  20.   go("M5", "@::JMACMENU")
  21. end
  22.  
  23. on crtopen
  24.   puppetSprite(6, 1)
  25.   repeat while the stillDown
  26.     set the memberNum of sprite 6 to 8
  27.     updateStage()
  28.   end repeat
  29.   set the memberNum of sprite 6 to 6
  30.   updateStage()
  31.   puppetSprite(6, 0)
  32. end
  33.  
  34. on crtclose
  35.   puppetSprite(7, 1)
  36.   repeat while the stillDown
  37.     set the memberNum of sprite 7 to 9
  38.     updateStage()
  39.   end repeat
  40.   set the memberNum of sprite 7 to 7
  41.   updateStage()
  42.   puppetSprite(7, 0)
  43. end
  44.  
  45. on crtclose2
  46.   puppetSprite(22, 1)
  47.   repeat while the stillDown
  48.     set the memberNum of sprite 22 to 20
  49.     updateStage()
  50.   end repeat
  51.   set the memberNum of sprite 22 to 19
  52.   updateStage()
  53.   puppetSprite(22, 0)
  54. end
  55.  
  56. on crtfuku1
  57.   puppetSprite(23, 1)
  58.   repeat while the stillDown
  59.     set the memberNum of sprite 23 to 26
  60.     updateStage()
  61.   end repeat
  62.   set the memberNum of sprite 23 to 25
  63.   updateStage()
  64.   puppetSprite(23, 0)
  65. end
  66.  
  67. on crtfuku2
  68.   puppetSprite(24, 1)
  69.   repeat while the stillDown
  70.     set the memberNum of sprite 24 to 28
  71.     updateStage()
  72.   end repeat
  73.   set the memberNum of sprite 24 to 27
  74.   updateStage()
  75.   puppetSprite(24, 0)
  76. end
  77.  
  78. on crtmoto
  79.   puppetSprite(25, 1)
  80.   repeat while the stillDown
  81.     set the memberNum of sprite 25 to 30
  82.     updateStage()
  83.   end repeat
  84.   set the memberNum of sprite 25 to 29
  85.   updateStage()
  86.   puppetSprite(25, 0)
  87. end
  88.  
  89. on crtyuki
  90.   puppetSprite(26, 1)
  91.   repeat while the stillDown
  92.     set the memberNum of sprite 26 to 32
  93.     updateStage()
  94.   end repeat
  95.   set the memberNum of sprite 26 to 31
  96.   updateStage()
  97.   puppetSprite(26, 0)
  98. end
  99.  
  100. on crtumi
  101.   puppetSprite(27, 1)
  102.   repeat while the stillDown
  103.     set the memberNum of sprite 27 to 34
  104.     updateStage()
  105.   end repeat
  106.   set the memberNum of sprite 27 to 33
  107.   updateStage()
  108.   puppetSprite(27, 0)
  109. end
  110.  
  111. on crthana
  112.   puppetSprite(28, 1)
  113.   repeat while the stillDown
  114.     set the memberNum of sprite 28 to 36
  115.     updateStage()
  116.   end repeat
  117.   set the memberNum of sprite 28 to 35
  118.   updateStage()
  119.   puppetSprite(28, 0)
  120. end
  121.